home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-
- <window id="BandwidthTestDialog" orient="vertical"
- title="Bandwidth Tester" width="640" height="360" persist="width height"
- onload="bandwidthtest_init();"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://bandwidthtest/content/autoupdate.js"></script>
- <script type="application/x-javascript" src="chrome://bandwidthtest/content/tester.js"></script>
-
- <vbox flex="1" style="overflow: auto;">
- <spacer height="5" width="1" />
- <vbox style="padding: 3px; background: #FFF; border: #000 solid; border-width: 1px 0;">
- <description style="font-size: .95em;">
- Results may be affected by other internet applications running or if you're located outside the United States.
- </description>
- <description style="font-size: .95em;">
- For best results, do not use the internet while running the test.
- </description>
- </vbox>
- <spacer height="5" />
- <hbox align="left" pack="center">
- <menulist id="connection-list" value="none" persist="value" >
- <menupopup>
- <menuitem value="-1" label="- Connection -" />
- <menuitem value="0" label="Dial-Up" />
- <menuitem value="1" label="DSL/Cable" />
- <menuitem value="3" label="T1 or greator" />
- </menupopup>
- </menulist>
- <button id="test-button" label="Run Test" style="width: 8em;" oncommand="bandwidthtest_runTest(0)" image="chrome://bandwidthtest/content/icons/go.png" flex="0" />
- <progressmeter id="test-progress" mode="determined" style="display:none; margin: 5px 10px 0 3px;" flex="2" />
- </hbox>
-
- <spacer height="7" width="1" />
-
- <hbox>
- <label value="Results:" />
- <label value="" id="results-field" style="font-weight: bold;" />
- </hbox>
- <vbox id="details">
- <tree id="log-tree" flex="2" rows="5" onselect="bandwidthtest_showError(this);" hidecolumnpicker="true">
- <treecols>
- <treecol label="Description" id="desc-col" flex="5" fixed="false" primary="true" />
- <splitter class="tree-splitter" />
- <treecol label="Size" id="size-col" flex="2" fixed="false" primary="true" />
- <splitter class="tree-splitter" />
- <treecol label="Time" id="time-col" flex="1" fixed="false" />
- </treecols>
- <treechildren id="log-items">
- </treechildren>
- </tree>
-
- <groupbox height="50" max-height="70">
- <caption label="Error"/>
- <label class="header" id="error-title" value="" style="margin-bottom: 3px;" />
- <description id="error-desc" flex="1" max-width="100%">
- </description>
- </groupbox>
- </vbox>
- </vbox>
-
- <spacer height="15" width="1" />
-
- <hbox>
- <hbox pack="center" align="center" flex="2">
- <button label="Options" oncommand="tinyurl_options()" style="margin-left: 15px; width: 7em;" image="chrome://bandwidthtest/content/icons/options.png" />
- <button label="Close" oncommand="self.close();" image="chrome://bandwidthtest/content/icons/close.png" />
- </hbox>
- <resizer id="windowResizer" dir="bottomright" />
- </hbox>
- </window>